home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000824-20010305 / 000243_news@columbia.edu _Sat Feb 3 16:15:04 2001.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by fozimane.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id QAA15716
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:04 -0500 (EST)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id QAA20053
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 3 Feb 2001 16:15:04 -0500 (EST)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id QAA15127
  10.     for kermit.misc@watsun.cc.columbia.edu; Sat, 3 Feb 2001 16:12:25 -0500 (EST)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Master and server mode for receives?
  14. Date: 3 Feb 2001 21:12:25 GMT
  15. Organization: Columbia University
  16. Message-ID: <95hs7p$eoi$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <h0Ue6.2760$9g3.354891@news3.cableinet.net>,
  20. Mike Scott <mike@NOSPAMcomputersurgery.com> wrote:
  21. : I have a requirement to transmit and receive data from a remote machine
  22. : which, according to their documentation, is running Kermit in server mode.
  23. : Their docs say that my Kermit should run in master mode.
  24. : I've been able to transmit files without a problem, but when I attempt to
  25. : receive, nothing happens. I believe the problem is that my Kermit software
  26. : (TurboPower's AsyncPro VCL components for Borland Delphi) is waiting for the
  27. : remote to start a send. IOW, AsyncPro doesn't understand the concept of
  28. : working as a master when doing a receive.
  29. It's the difference between RECEIVE (passive) and GET (active).
  30.  
  31. : Is this a standard part of the Kermit protocol? The remote docs show that I
  32. : should be sending an Init packet, getting an Ack, then sending a Receive
  33. : packet and then the remote will start sending. IOW, it appears that I have
  34. : to give the remote a "kick" to get it to start sending.
  35. You'll probably need another client, one that goes a bit beyond where Kermit
  36. was in 1981.  A good source for Kermit clients and servers is here:
  37.  
  38.   http://www.columbia.edu/kermit/
  39.  
  40. - Frank